@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

#ac-wrapper:not([style])~* {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#ac-wrapper-2:not([style])~* {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#ss-alert:not([style])~* {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#notify:not([style])~* {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#wrapper.blur {
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
  filter: blur(100px);
  height: 100%;
}

@media (prefers-color-scheme: light) {
  #ac-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #ac-wrapper-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #notify {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #ss-alert {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #popup {
    /* min-width: 700px; */
    width: 710px;
    /* max-width: fit-content; */
    background: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
  }

  .popup-header {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: left;
  }

  .popup-close {
    width: 20px;
    float: right;
  }

  .popup-logo {
    width: 180px;
    margin-top: 25px;
  }

  .account-header {
    padding: 15px;
    color: #006eff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .account-avatar {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .account-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }

  .account-info h2 {
    margin: 0;
    font-size: 23px;

  }

  .account-info p {
    margin: 5px 0;
  }

  .account-details {
    display: flex;
    background: url("../img/box.png") center repeat;
    background-size: contain;
    -webkit-animation: backgroundScroll 60s linear infinite;
    animation: backgroundScroll 60s linear infinite;
    color: #eff0ff;
    padding: 10px;
    border-color: #00000000;
    border-radius: 20px;
    width: auto;
    height: auto;
    background-color: #006eff;
  }

  .account-section {
    margin-bottom: 20px;
    margin: 30px;
    font-size: 14px;
  }

  .account-section h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline 3px;
    text-underline-offset: 6px;
    margin-bottom: 12px;
  }

  .account-section ul {
    list-style-type: none;
    padding: 0;
  }

  .account-section ul li {
    margin-bottom: auto;
  }

  .account-section ul li strong {
    font-weight: bold;
    margin-right: auto;
    font-size: 15px;
  }

  .btn button {
    height: auto;
    width: auto;
    padding: 15px;
    margin-top: 30px;
    margin: 5px;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 25px;
    border: 4px solid rgb(0, 0, 0);
    background-color: #ffffff00;
    cursor: pointer;
  }

  .btn button:hover {
    transform: scale(0.9);
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background-color: #000000;
    cursor: pointer;
  }
}

@media (prefers-color-scheme: dark) {
  #ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #ac-wrapper-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #notify {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #popup {
    /* min-width: 700px; */
    width: 710px;
    /* max-width: fit-content; */
    background: #10161d;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
  }

  .popup-header {
    font-size: 18px;
    font-weight: 600;
    color: #8FBFFF;
    text-align: left;
  }

  .popup-close {
    width: 20px;
    float: right;
  }

  .popup-close:hover {
    background-image: url("../img/close-2.png") !important;
  }

  .popup-logo {
    width: 180px;
    margin-top: 25px;
  }

  .account-header {
    padding: 15px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .account-avatar {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .account-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }

  .account-info h2 {
    margin: 0;
    font-size: 23px;

  }

  .account-info p {
    margin: 5px 0;
  }

  .account-details {
    display: flex;
    background: url("../img/widget-dark.png") center repeat;
    background-size: contain;
    -webkit-animation: backgroundScroll 60s linear infinite;
    animation: backgroundScroll 60s linear infinite;
    color: #000000;
    padding: 10px;
    border-color: #00000000;
    border-radius: 20px;
    width: auto;
    height: auto;
    background-color: #8FBFFF;
  }

  .account-section {
    margin-bottom: 20px;
    margin: 30px;
    font-size: 14px;
  }

  .account-section h4 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline 3px;
    text-underline-offset: 6px;
    margin-bottom: 12px;
  }

  .account-section ul {
    list-style-type: none;
    padding: 0;
  }

  .account-section ul li {
    margin-bottom: auto;
  }

  .account-section ul li strong {
    font-weight: bold;
    margin-right: auto;
    font-size: 15px;
  }  

  .btn button {
    height: auto;
    width: auto;
    padding: 15px;
    margin-top: 30px;
    margin: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 25px;
    border: 4px solid rgb(255, 255, 255);
    background-color: #ffffff00;
    cursor: pointer;
  }

  .btn button:hover {
    transform: scale(0.9);
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
  }
}

@media (max-width: 500px) {
  #ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #ac-wrapper-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #notify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
  }

  #popup {
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: fixed;
    top: 50%;
    left: 54%;
    right: 0%;
    /* border-radius: 25px; */
    transform: translate(-50%, -50%);
    margin-left: 25px;
    padding: 60px;
    padding-top: 38px;
    overflow-y: scroll;
  }

  .popup-header {
    font-size: 20px;
    font-weight: 600;
    color: #ff9900;
    text-align: left;
  }

  .popup-close {
    width: 20px;
    float: right;
    padding-top: 5px;
  }

  .popup-logo {
    width: 180px;
    margin-top: 25px;
  }

  .account-header {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .account-avatar {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .account-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
  }

  .account-info h2 {
    margin: 0;
    font-size: 16px !important;
    font-weight: 800;

  }

  .account-info p {
    margin: 5px 0;
    font-size: 10px;
    font-weight: 600;
  }

  .account-details {
    background: url("../img/pattern-mobile.png") center repeat;
    background-size: contain;
    -webkit-animation: backgroundScroll 60s linear infinite;
    animation: backgroundScroll 60s linear infinite;
    color: #fffdef;
    padding: 10pxpx;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #00000000;
    border-radius: 20px;
    width: auto;
    background-color: #ff9900;
    font-size: 12px !important;
    height: auto;
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
  }

  .account-details h4 {
    font-size: 18px !important;
    font-weight: 600;
  }

  .account-section {
    width: 100%;
    margin: 20px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .account-section h3 {
    margin-top: 0;
  }

  .account-section ul {
    list-style-type: none;
    padding: 0;
  }

  .account-section ul li {
    margin-bottom: auto;
    font-size: 11px !important;
  }

  .account-section ul li strong {
    font-weight: bold;
    margin-right: auto;
    font-size: 12px !important;
  }

  .btn button {
    align-items: center !important;
    justify-content: center !important;
    left: 0;
    right: 0;
    text-align: center;
    height: auto;
    width: auto;
    padding: 10px;
    margin-top: 30px;
    margin: 5px;
    color: #000000;
    font-size: 11px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 25px;
    border: 4px solid rgb(0, 0, 0);
    background-color: #ffffff00;
    cursor: pointer;
  }

  .btn button:hover {
    transform: scale(0.9);
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    cursor: pointer;
  }
}